From 390a5e26ef2cbcfd7430a272533b408789134b86 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 25 Apr 2006 23:38:09 -0600 Subject: [PATCH] [IA64] remove RELOC_HIDE This is now defined in xen/include/xen/compiler.h Signed-off-by: Alex Williamson --- xen/include/asm-ia64/config.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index ff9971e66e..8371ecc4c0 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -94,12 +94,6 @@ extern char _end[]; /* standard ELF symbol */ //#define __cond_lock(x) (x) //#define __must_check #define __deprecated -#ifndef RELOC_HIDE -# define RELOC_HIDE(ptr, off) \ - ({ unsigned long __ptr; \ - __ptr = (unsigned long) (ptr); \ - (typeof(ptr)) (__ptr + (off)); }) -#endif // xen/include/asm/config.h //#define HZ 1000 -- 2.30.2